Don't use AC_CHECK_FILE to check for a file since it always spits warnings
authorOwen Taylor <otaylor@redhat.com>
Mon, 29 Oct 2001 17:25:40 +0000 (17:25 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 29 Oct 2001 17:25:40 +0000 (17:25 +0000)
commitededbc646c89796edb0f84a89dd4efd4714262d6
treea1720b68420d0edc4a8631a698c5a79cfae8f06c
parent1493f6f7d4f4b49cc95fc1693cbee19fd3573503
Don't use AC_CHECK_FILE to check for a file since it always spits warnings

Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Don't use AC_CHECK_FILE to check for a
        file since it always spits warnings about cross compilation,
        use -f instead. It's not like we cross compile properly
        anyways.

        * configure.in (gtktargetlib): Move call to AC_PROG_CC
        to suppress autoconf warning.

        * acconfig.h: Add some missing #undefs from recent
        Win32 additions.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
acconfig.h
configure.in